The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

Search results for "pod::elemental"

Pod::Elemental - work with nestable Pod elements River stage three • 62 direct dependents • 259 total dependents

Pod::Elemental is a system for treating a Pod (plain old documentation) documents as trees of elements. This model may be familiar from many other document systems, especially the HTML DOM. Pod::Elemental's document object model is much less sophisti...

RJBS/Pod-Elemental-0.103006 - 31 Dec 2022 21:28:51 UTC - Search in distribution

Pod::Elemental::PerlMunger - a thing that takes a string of Perl and rewrites its documentation River stage three • 10 direct dependents • 130 total dependents

RJBS/Pod-Elemental-PerlMunger-0.200007 - 31 Dec 2022 21:43:34 UTC - Search in distribution

Pod::Elemental::MakeSelector - Build complex selectors as a single sub River stage one • 1 direct dependent • 7 total dependents

The selectors provided by Pod::Elemental::Selectors are fairly limited, and there's no built-in way to combine them. For example, there's no simple way to generate a selector that matches a section with a specific name (a fairly common requirement). ...

CJM/Pod-Elemental-MakeSelector-0.12 - 17 Oct 2015 14:04:11 UTC - Search in distribution

Pod::Elemental::Transformer::List - transform :list regions into =over/=back to save typing River stage two • 47 direct dependents • 75 total dependents

RJBS/Pod-Elemental-Transformer-List-0.102001 - 31 Dec 2022 19:13:39 UTC - Search in distribution

Pod::Elemental::Transformer::SynHi - a role for transforming code into syntax highlighted HTML regions River stage one • 3 direct dependents • 3 total dependents

RJBS/Pod-Elemental-Transformer-SynHi-0.101001 - 31 Dec 2022 19:15:23 UTC - Search in distribution

Pod::Elemental::Transformer::Splint - Documentation from class metadata River stage zero No dependents

Pod::Elemental::Transformer::Splint uses MooseX::AttributeDocumented to add inlined documentation about attributes to pod. If you write your classes with Moops you can also document method signatures with Kavorka::TraitFor::Parameter::doc (and ::Retu...

CSSON/Pod-Elemental-Transformer-Splint-0.1202 - 26 Dec 2020 17:05:46 UTC - Search in distribution

Pod::Elemental::Transformer::Include - include output via files and commands River stage zero No dependents

A simple way to include files and output of commands in POD via Pod::Weaver....

AFLOTT/Pod-Elemental-Transformer-Include-1.001 - 14 Mar 2010 19:55:39 UTC - Search in distribution

Pod::Elemental::Transformer::PPIHTML - convert "=begin perl" and shebang-marked blocks to XHTML River stage one • 1 direct dependent • 1 total dependent

This transformer, based on Pod::Elemental::Transformer::SynHi, looks for regions like this: =begin perl my $x = 1_00_000 ** $::xyzzy; =end perl ...into syntax-highlighted HTML that I can't really usefully represent here. It uses PPI::HTML, so you can...

RJBS/Pod-Elemental-Transformer-PPIHTML-0.093582 - 31 Dec 2022 19:13:50 UTC - Search in distribution

Pod::Elemental::Transformer::VimHTML - convert "=begin vim" regions to colorized XHTML with Vim River stage one • 1 direct dependent • 1 total dependent

This transformer, based on Pod::Elemental::Transformer::SynHi, looks for regions like this: =begin vim lisp (map (stuff (lisp-has-lots-of '(,parens right)))) =end vim ...into syntax-highlighted HTML that I can't really usefully represent here. It use...

RJBS/Pod-Elemental-Transformer-VimHTML-0.093583 - 31 Dec 2022 19:15:34 UTC - Search in distribution

Pod::Elemental::Transformer::WikiDoc - a transformer to replace "wikidoc" data regions with Pod5 elements River stage two • 12 direct dependents • 21 total dependents

DAGOLDEN/Pod-Elemental-Transformer-WikiDoc-0.093004 - 27 Mar 2015 03:01:52 UTC - Search in distribution

Pod::Elemental::Transformer::Verbatim - Transform :verbatim regions into verbatim paragraphs River stage one • 4 direct dependents • 4 total dependents

This module acts as a pod transformer, using ":verbatim" regions to mark sections of text for treatment as if they were verbatim paragraphs. The transformer indents the contained text by four columns, allowing the pod parser to treat them properly; s...

ETHER/Pod-Elemental-Transformer-Verbatim-0.001 - 29 Jul 2015 00:41:44 UTC - Search in distribution

maint/inc/Pod/Elemental/Transformer/Cowl_GenDoc.pm River stage zero No dependents

ZMUGHAL/RDF-Cowl-1.0.0 - 15 Feb 2024 03:37:41 UTC - Search in distribution

Pod::Elemental::Transformer::Stenciller - Injects content from textfiles transformed with Stenciller River stage zero No dependents

This transformer uses a special command in pod files to inject content from elsewhere via a Stenciller transformer plugin. Example 1. Start with the "weaver.ini" from the "synopsis". 2. Add a textfile, in "path/to/stencildir/file-with-stencils.stenci...

CSSON/Pod-Elemental-Transformer-Stenciller-0.0301 - 30 Jun 2021 18:28:02 UTC - Search in distribution

Pod::Elemental::Transformer::List::Converter - Convert a list to... something else River stage one • 1 direct dependent • 1 total dependent

This Pod::Elemental::Transformer takes a given node's children, and converts any list commands to another command, "head2" by default. That is: "=item" becomes "=head2", and "=over" and <=back> commands are dropped entirely. As you can imagine, it's ...

RSRCHBOY/Pod-Elemental-Transformer-List-Converter-0.001 - 28 Feb 2012 04:25:48 UTC - Search in distribution

Pod::Weaver::Plugin::Ditaa - include ditaa diagrams in your pod River stage zero No dependents

It has often been said that a picture is worth a thousand words. I find that sometimes a diagram truly can illuminate your design. This Pod::Weaver plugin allows you to put ditaa <http://ditaa.sourceforge.net/> diagrams in your pod and render the ima...

FREW/Pod-Weaver-Plugin-Ditaa-0.001006 - 05 Dec 2015 23:38:52 UTC - Search in distribution

App::podsel - Select Pod::Elemental nodes using CSel syntax River stage one • 2 direct dependents • 2 total dependents

PERLANCAR/App-podsel-0.008 - 29 Aug 2020 00:05:04 UTC - Search in distribution
  • podsel - Select Pod::Elemental nodes using CSel syntax

poddump - Dump POD structure using Pod::Elemental River stage one • 1 direct dependent • 1 total dependent

This is actually just a shortcut for: % podsel FILENAME --root --dump --transform Pod5 --transform Nester...

PERLANCAR/App-PODUtils-0.050 - 20 Jul 2021 01:56:24 UTC - Search in distribution

Data::CSel - Select tree node objects using CSS Selector-like syntax River stage two • 7 direct dependents • 16 total dependents

This module lets you use a query language (hereby named CSel) that is similar to CSS Selector to select nodes from a tree of objects....

PERLANCAR/Data-CSel-0.128 - 21 Jul 2022 00:05:08 UTC - Search in distribution

pmpatcher - Apply a set of module patches on your Perl installation River stage one • 1 direct dependent • 1 total dependent

You might have a set of patches that you want to apply on Perl modules on all your Perl installation. For example, currently as of this writing I have this on my "patches" directory: pm-OrePAN-Archive-0.08-support_no_index_file.patch pm-Pod-Elemental...

PERLANCAR/App-pmpatcher-0.06 - 07 Jul 2017 08:27:27 UTC - Search in distribution
  • App::pmpatcher - Apply a set of module patches on your Perl installation
59 results (0.063 seconds)